home *** CD-ROM | disk | FTP | other *** search
-
-
-
- Sysconf(2) Oct. 1, 1991 Sysconf(2)
-
-
- N✓NA✓AM✓ME✓E
- Sysconf - get information about operating system configu-
- ration
-
- S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
- LONG Sysconf( WORD n );
-
- D✓DE✓ES✓SC✓CR✓RI✓IP✓PT✓TI✓IO✓ON✓N
- _✓S_✓y_✓s_✓c_✓o_✓n_✓f returns information about various limits or capa-
- bilities of the currently running version of MiNT. The
- variable _✓n controls which limit or capability is being
- queried, as follows:
- n Value Returned
-
- -1 return max. legal value for n in Sysconf(n)
- 0 return max. number of memory regions per process
- 1 return max. length of Pexec() command line string
- 2 return max. number of open files per process
- 3 return number of supplementary group id's
- 4 return max. number of processes per user
- If any of these items are unlimited, then 0x7fffffffL is
- returned.
-
- S✓SE✓EE✓E A✓AL✓LS✓SO✓O
- _✓D_✓p_✓a_✓t_✓h_✓c_✓o_✓n_✓f(2)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Version 0.9 MiNT Programmer's Manual 1
-
-
-